home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 83 / XENIATGM83.iso / Team Alligator / talligsld.exe / TeamAlligator / data / eng / formatn.saf < prev    next >
Text File  |  1999-11-22  |  3KB  |  29 lines

  1. SIMISA@@@@@@@@@@JINX0s0t0_____
  2.  
  3. Skip ( formatn.saf
  4.        This file stores all the formation offset information for units travelling with
  5.        sarge - is of format
  6.        TA_Sarge_Formation ( name_of_formation           then a number of
  7.                             TA_Common_category(Name(as in classes.dat)        n_offsets       n_offsets lots of x y (offsets in m)) )
  8.  
  9. eg.
  10. TA_Sarge_Formation (bmp_line            TA_Common_Category(SAM          3    -30 0      30 0        0 0)
  11.                                         TA_Common_Category(TANK         2    -20 0      20 0)
  12.                                         TA_Common_Category(BASE_TYPE    2    -10 0      10 0) )
  13. Would create a formation that could be reference using bmp_line
  14. The formation would accept up to 3 SAMS, 2 TANKS and any other 2 OBJECTS and place them at the given positions
  15. )
  16.  
  17. TA_Sarge_Formation (bmp_line       TA_Common_Category(SAM           4    -100 -50    -100 50   -100 -100   -100 100)
  18.                                    TA_Common_Category(BASE_TYPE    17    0 0    0 -100    0 100   100 -50    100 50    100 -150    100 150   -100 0     200 0     200 -100   200 100   200 200   200 -200   100 -200   100 200   0 200   0 -200) )
  19. TA_Sarge_Formation (Mot_Rfl_Open   TA_Common_Category(BASE_TYPE    10    0 0    0 -200    0 200   200 -100   200 100   200 -300    200 300   -200 0    -200 -100  200 100) )
  20. TA_Sarge_Formation (Mot_Rfl_Tight  TA_Common_Category(BASE_TYPE    10    0 0    0 -50     0 50    50 -25      50 25     50 -75      50 75     -50 0     -50 -25    50 25) )
  21. TA_Sarge_Formation (Tank_Echelon   TA_Common_Category(BASE_TYPE    10    0 0    0 -200    0 200   200 -100   200 100   200 -300   -200 -100  -200 100  -200 300   -400 0) )
  22. TA_Sarge_Formation (Tank_Wedge     TA_Common_Category(BASE_TYPE    10    0 0  -50 -100  -50 100  -200 -100  -250 -150 -250 -50    -200 100   -250 150  -250 50   -200 0) )
  23. TA_Sarge_Formation (Tank_Line      TA_Common_Category(BASE_TYPE    10    0 0  0 -50  0 -100  0 -150  0 -200  0 -250    0 -300   0 -350  0 -400   0 -450) )
  24. TA_Sarge_Formation (Inf_Line      TA_Common_Category(BASE_TYPE     10    0 10  -5 5  0 0  10 0  -10 0   0 -10    -5 5   0 -20   -10 -20   10 -20) )
  25. TA_Sarge_Formation (Inf_Line2      TA_Common_Category(BASE_TYPE    10    10 0  5 -5  0 0  0 10  0 -10   -10 0    5 -5   -20 0   -20 -10   -20 10 ) )
  26. TA_Sarge_Formation (Line_50mEW      TA_Common_Category(BASE_TYPE   16    0 0  50 0  100 0  150 0  200 0  250 0  300 0  350 0  400 0  450 0  500 0  550 0  600 0  650 0  700 0  750 0 ) )
  27. TA_Sarge_Formation (Line_50mNS      TA_Common_Category(BASE_TYPE   16    0 0  0 50  0 100  0 150  0 200  0 250  0 300  0 350  0 400  0 450  0 500  0 550  0 600  0 650  0 700  0 750 ) )
  28.  
  29.